home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / DiskList 1.6 / data1.cab / Program_DLLs / disklist.exe / 0 / RCDATA / TFRMSEARCHING / TFRMSEARCHING.txt
Text File  |  2002-01-07  |  1KB  |  73 lines

  1. object frmSearching: TfrmSearching
  2.   Left = 248
  3.   Top = 351
  4.   Width = 508
  5.   Height = 217
  6.   Caption = 'Searching...'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poDefaultPosOnly
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lstMatches: TStringGrid
  22.     Left = 0
  23.     Top = 0
  24.     Width = 408
  25.     Height = 190
  26.     Align = alClient
  27.     ColCount = 3
  28.     DefaultRowHeight = 16
  29.     Enabled = False
  30.     FixedCols = 0
  31.     RowCount = 2
  32.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking]
  33.     TabOrder = 0
  34.     OnClick = lstMatchesClick
  35.     ColWidths = (
  36.       88
  37.       168
  38.       144)
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 408
  42.     Top = 0
  43.     Width = 92
  44.     Height = 190
  45.     Align = alRight
  46.     TabOrder = 1
  47.     object lblFound: TLabel
  48.       Left = 8
  49.       Top = 40
  50.       Width = 52
  51.       Height = 13
  52.       Caption = '0 matches.'
  53.     end
  54.     object Animate1: TAnimate
  55.       Left = 16
  56.       Top = 65
  57.       Width = 64
  58.       Height = 60
  59.       Active = False
  60.       StopFrame = 18
  61.     end
  62.     object cmdStop: TButton
  63.       Left = 9
  64.       Top = 8
  65.       Width = 75
  66.       Height = 25
  67.       Caption = 'Stop'
  68.       TabOrder = 1
  69.       OnClick = cmdStopClick
  70.     end
  71.   end
  72. end
  73.